Autogenerated HTML docs for v1.5.3.7-1077-gcec9
diff --git a/config.txt b/config.txt index 72a33e9..0e45ec5 100644 --- a/config.txt +++ b/config.txt
@@ -359,8 +359,8 @@ color.branch:: A boolean to enable/disable color in the output of - gitlink:git-branch[1]. May be set to `true` (or `always`), - `false` (or `never`) or `auto`, in which case colors are used + gitlink:git-branch[1]. May be set to `always`, + `false` (or `never`) or `auto` (or `true`), in which case colors are used only when the output is to a terminal. Defaults to false. color.branch.<slot>:: @@ -378,9 +378,9 @@ doesn't matter. color.diff:: - When true (or `always`), always use colors in patch. - When false (or `never`), never. When set to `auto`, use - colors only when the output is to the terminal. + When set to `always`, always use colors in patch. + When false (or `never`), never. When set to `true` or `auto`, use + colors only when the output is to the terminal. Defaults to false. color.diff.<slot>:: Use customized color for diff colorization. `<slot>` specifies @@ -397,8 +397,8 @@ color.status:: A boolean to enable/disable color in the output of - gitlink:git-status[1]. May be set to `true` (or `always`), - `false` (or `never`) or `auto`, in which case colors are used + gitlink:git-status[1]. May be set to `always`, + `false` (or `never`) or `auto` (or `true`), in which case colors are used only when the output is to a terminal. Defaults to false. color.status.<slot>::
diff --git a/git-add.html b/git-add.html index bbab7e4..148245d 100644 --- a/git-add.html +++ b/git-add.html
@@ -273,7 +273,7 @@ <h2>SYNOPSIS</h2> <div class="sectionbody"> <div class="verseblock"> -<div class="content"><em>git-add</em> [-n] [-v] [-f] [--interactive | -i] [-u] [--refresh] +<div class="content"><em>git-add</em> [-n] [-v] [-f] [--interactive | -i] [--patch | -p] [-u] [--refresh] [--] <filepattern>…</div></div> </div> <h2>DESCRIPTION</h2> @@ -581,7 +581,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 05-Dec-2007 10:59:12 UTC +Last updated 06-Dec-2007 03:25:41 UTC </div> </div> </body>
diff --git a/git-add.txt b/git-add.txt index e74f83b..bf94cd4 100644 --- a/git-add.txt +++ b/git-add.txt
@@ -8,7 +8,7 @@ SYNOPSIS -------- [verse] -'git-add' [-n] [-v] [-f] [--interactive | -i] [-u] [--refresh] +'git-add' [-n] [-v] [-f] [--interactive | -i] [--patch | -p] [-u] [--refresh] [--] <filepattern>... DESCRIPTION
diff --git a/git-config.html b/git-config.html index 8abb048..d099933 100644 --- a/git-config.html +++ b/git-config.html
@@ -1177,8 +1177,8 @@ <dd> <p> A boolean to enable/disable color in the output of - <a href="git-branch.html">git-branch(1)</a>. May be set to <tt>true</tt> (or <tt>always</tt>), - <tt>false</tt> (or <tt>never</tt>) or <tt>auto</tt>, in which case colors are used + <a href="git-branch.html">git-branch(1)</a>. May be set to <tt>always</tt>, + <tt>false</tt> (or <tt>never</tt>) or <tt>auto</tt> (or <tt>true</tt>), in which case colors are used only when the output is to a terminal. Defaults to false. </p> </dd> @@ -1205,9 +1205,9 @@ </dt> <dd> <p> - When true (or <tt>always</tt>), always use colors in patch. - When false (or <tt>never</tt>), never. When set to <tt>auto</tt>, use - colors only when the output is to the terminal. + When set to <tt>always</tt>, always use colors in patch. + When false (or <tt>never</tt>), never. When set to <tt>true</tt> or <tt>auto</tt>, use + colors only when the output is to the terminal. Defaults to false. </p> </dd> <dt> @@ -1239,8 +1239,8 @@ <dd> <p> A boolean to enable/disable color in the output of - <a href="git-status.html">git-status(1)</a>. May be set to <tt>true</tt> (or <tt>always</tt>), - <tt>false</tt> (or <tt>never</tt>) or <tt>auto</tt>, in which case colors are used + <a href="git-status.html">git-status(1)</a>. May be set to <tt>always</tt>, + <tt>false</tt> (or <tt>never</tt>) or <tt>auto</tt> (or <tt>true</tt>), in which case colors are used only when the output is to a terminal. Defaults to false. </p> </dd> @@ -2026,7 +2026,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 05-Dec-2007 10:59:12 UTC +Last updated 06-Dec-2007 03:25:41 UTC </div> </div> </body>